Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[cli] output relative destination paths #312

Merged
merged 2 commits into from
May 28, 2019

Conversation

TrySound
Copy link
Contributor

Currently wide output looks bad on half of the screen I use for terminal

src/svgs/visibility.svg -> /Users/_________________________________________/src/icons/Visibility.js

In this diff I suggest simply cut useless path and get this

src/svgs/visibility.svg -> src/icons/Visibility.js

Currently wide output looks bad on half of the screen I use for terminal

```
src/svgs/visibility.svg -> /Users/_________________________________________/src/icons/Visibility.js
```

In this diff I suggest simply cut useless path and get this

```
src/svgs/visibility.svg -> src/icons/Visibility.js
```
@vercel
Copy link

vercel bot commented May 25, 2019

This pull request is automatically deployed with Now.
To access deployments, click Details below or on the icon next to each push.

@codecov
Copy link

codecov bot commented May 25, 2019

Codecov Report

Merging #312 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #312   +/-   ##
=======================================
  Coverage   86.38%   86.38%           
=======================================
  Files          30       30           
  Lines         470      470           
  Branches      132      132           
=======================================
  Hits          406      406           
  Misses         53       53           
  Partials       11       11

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update af054fb...990ae13. Read the comment docs.

1 similar comment
@codecov
Copy link

codecov bot commented May 25, 2019

Codecov Report

Merging #312 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #312   +/-   ##
=======================================
  Coverage   86.38%   86.38%           
=======================================
  Files          30       30           
  Lines         470      470           
  Branches      132      132           
=======================================
  Hits          406      406           
  Misses         53       53           
  Partials       11       11

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update af054fb...990ae13. Read the comment docs.

@gregberge
Copy link
Owner

Thanks, it looks better indeed!

@gregberge gregberge merged commit b78e471 into gregberge:master May 28, 2019
@TrySound TrySound deleted the output-relative-dest-paths branch May 28, 2019 07:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants